home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
the_lego_treasure_hunt.swf
/
scripts
/
DefineButton2_1036
/
BUTTONCONDACTION on(keyPress Up).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-20
|
231 b
|
15 lines
on(keyPress "<Up>"){
tellTarget("_root.main")
{
gotoAndStop(1194);
}
tellTarget("_root.main.man")
{
gotoAndStop(4);
}
tellTarget("_root.main.man.manwalking")
{
play();
}
}